ga.view.billard
Class BillardEvaluationState.DebugListener

java.lang.Object
  extended by ga.view.billard.BillardEvaluationState.DebugListener
All Implemented Interfaces:
com.jme3.input.controls.ActionListener, com.jme3.input.controls.InputListener
Enclosing class:
BillardEvaluationState<T extends IAgeIndividual<T>>

private class BillardEvaluationState.DebugListener
extends java.lang.Object
implements com.jme3.input.controls.ActionListener

Key listener to toggle debug display.

Since:
12.08.2012
Author:
Stephan Dreyer

Constructor Summary
private BillardEvaluationState.DebugListener()
           
 
Method Summary
 void onAction(java.lang.String name, boolean keyPressed, float tpf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BillardEvaluationState.DebugListener

private BillardEvaluationState.DebugListener()
Method Detail

onAction

public void onAction(java.lang.String name,
                     boolean keyPressed,
                     float tpf)
Specified by:
onAction in interface com.jme3.input.controls.ActionListener